home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat2
/
fac3d.2
< prev
next >
Wrap
Text File
|
1999-09-16
|
630b
|
67 lines
fac3d(2) Scilab Function fac3d(2)
NAME
fac3d - complex 3D surface plotting
CALLING SEQUENCE
fac3d(x,y,z[,theta,alpha,leg,flag,ebox])
fac3d1(x,y,z[,theta,alpha,leg,flag,ebox])
PARAMETERS
x,y,z : matrices of sizes (nf,n1) (facets coordinates). nf :facets
size, n1: number of facets
rest : see plot3d.
DESCRIPTION
Draw the surface defined by a set of n1 facets of coordinates x(:,i),
y(:,i), z(:,i) i=1:n1
Enter the command fac3d() to see a demo.
SEE ALSO
plot3d, eval3dp, genfac3d.